treeview: Fix horizontal position during column dragging
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 9 Jul 2014 14:18:05 +0000 (16:18 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 01:28:45 +0000 (21:28 -0400)
commit5fb9c4441eb8e1b2db0ea321d38278f122effd5b
tree4990a2dfe4f48131dfc7d889cfbffc2ac65632a4
parentf547466029ea66c91868dea2ee990029c1e310c5
treeview: Fix horizontal position during column dragging

Code was expecting view coordinates, not widget ones, as we're
only dealing with horizontal displacements, just adding the
horizontal adjustment value suffices.

https://bugzilla.gnome.org/show_bug.cgi?id=732933
gtk/gtktreeview.c